🛩️Tutorial-03 :

1: The Heading (<h1> to <h6>)

What it is: Headings are tags used to define titles and subtitles on your page. They create hierarchy and structure.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

2: The Paragraph (<p>)

What it is: Used to group sentences into blocks of text.

This is the first paragraph.

This is another paragraph.

3: HTML Horizontal Rules (<hr>)

Defines a thematic break, usually shown as a horizontal line.

Topic 1


Topic 2

4: The Line Break Tag (<br>)

Creates a single line break.

221B Baker Street
London, England

6: List Elements (<ul>, <ol>, <li>)

Used to create lists.



  1. Boil water
  2. Add tea bag
  3. Boil 5 mins
  4. Serve tea

7: The Anchor Tag (<a>)

Makes text or images clickable (links).

Visit Coder Army
  

Target attribute:

8: The Image Tag (<img>)

Embeds images on a page.

This is Dog Photo